Skip to main content
Version: Next

Get Motivation Tags API

This API will get the Motivation Tags content for AOK.

  • Request Type : GET

  • End Point URL : /v1/getMotivationTagDetails

  • Authorization : basic_auth

  • Sample URL : https://site_url/v1/getMotivationTagDetails

  • Response Success Code : 200 OK

  • Sample Response

[
{
"tid": 17,
"name": "Im Haushalt"
},
{
"tid": 18,
"name": "Gemeinsam"
},
{
"tid": 19,
"name": "Zuhause"
},
{
"tid": 20,
"name": "im Freien"
},
{
"tid": 21,
"name": "Arbeitsplatz"
}
]